object DataBurnFrame: TDataBurnFrame Left = 0 Top = 0 Width = 443 Height = 425 Align = alClient AutoScroll = False TabOrder = 0 OnResize = Panel6Resize object dbfPanel: TPanel Left = 0 Top = 115 Width = 443 Height = 310 Align = alBottom BevelOuter = bvNone BorderWidth = 7 Constraints.MinWidth = 180 TabOrder = 0 DesignSize = ( 443 310) object dbfMessageLabel: TLabel Left = 7 Top = 113 Width = 429 Height = 23 Align = alTop AutoSize = False Layout = tlCenter end object dbfPanel1: TPanel Left = 7 Top = 7 Width = 429 Height = 50 Align = alTop BevelOuter = bvNone TabOrder = 0 object Bevel1: TBevel Left = 357 Top = 0 Width = 5 Height = 50 Align = alRight Shape = bsSpacer Style = bsRaised end object dbfDriveGroupBox: TGroupBox Left = 0 Top = 0 Width = 357 Height = 50 Align = alClient Caption = ' Drive: ' ParentShowHint = False ShowHint = True TabOrder = 0 object dbfPanel4: TPanel Left = 2 Top = 15 Width = 353 Height = 33 Align = alClient BevelOuter = bvNone BorderWidth = 5 TabOrder = 0 object dbfDriveComboBox: TComboBox Left = 8 Top = 6 Width = 329 Height = 21 Style = csDropDownList Enabled = False ItemHeight = 13 TabOrder = 0 OnDropDown = dbfDriveComboBoxDropDown OnSelect = dbfDriveComboBoxSelect end end end object dbfSpeedGroupBox: TGroupBox Left = 362 Top = 0 Width = 67 Height = 50 Align = alRight Caption = ' Speed: ' ParentShowHint = False ShowHint = True TabOrder = 1 object dbfPanel5: TPanel Left = 2 Top = 15 Width = 63 Height = 33 Align = alClient BevelOuter = bvNone BorderWidth = 5 TabOrder = 0 object dbfSpeedComboBox: TComboBox Left = 8 Top = 6 Width = 66 Height = 21 Style = csDropDownList Enabled = False ItemHeight = 13 TabOrder = 0 OnDropDown = dbfSpeedComboBoxDropDown OnSelect = dbfSpeedComboBoxSelect end end end end object dbfWriteProgressGroupBox: TGroupBox Left = 7 Top = 136 Width = 429 Height = 100 Align = alTop Caption = ' Progress: ' ParentShowHint = False ShowHint = True TabOrder = 1 object dbfPanel2: TPanel Left = 2 Top = 15 Width = 425 Height = 83 Align = alClient BevelOuter = bvNone BorderWidth = 5 TabOrder = 0 DesignSize = ( 425 83) object dbfComplitedLabel: TLabel Left = 5 Top = 28 Width = 53 Height = 13 Caption = 'Completed:' end object dbfRemainingLabel: TLabel Left = 5 Top = 46 Width = 74 Height = 13 Caption = 'Time remaining:' end object dbfTotalLabel: TLabel Left = 5 Top = 64 Width = 49 Height = 13 Caption = 'Total time:' end object dbfPercentageLabel: TLabel Left = 115 Top = 28 Width = 56 Height = 13 Alignment = taRightJustify Anchors = [] AutoSize = False Caption = '----' end object dbfRemainingTimeLabel: TLabel Left = 115 Top = 46 Width = 56 Height = 13 Alignment = taRightJustify Anchors = [] AutoSize = False Caption = '--:--' end object dbfTotalTimeLabel: TLabel Left = 115 Top = 64 Width = 56 Height = 13 Alignment = taRightJustify Anchors = [] AutoSize = False Caption = '--:--' end object dbfWriteProgressBar: TProgressBar Left = 5 Top = 5 Width = 415 Height = 17 Align = alTop Min = 0 Max = 100 TabOrder = 0 end end end object dbfDeviceBufferGroupBox: TGroupBox Left = 7 Top = 236 Width = 429 Height = 37 Align = alTop Caption = ' Device buffer: ' ParentShowHint = False ShowHint = True TabOrder = 2 object dbfPanel3: TPanel Left = 2 Top = 15 Width = 425 Height = 20 Align = alClient BevelOuter = bvNone BorderWidth = 5 TabOrder = 0 object dbfDeviceBufferProgressBar: TProgressBar Left = 5 Top = 5 Width = 415 Height = 10 Align = alTop Min = 0 Max = 100 TabOrder = 0 end end end object dbfButton1: TButton Left = 246 Top = 271 Width = 75 Height = 25 Action = dbfSaveIsoAction Anchors = [] ParentShowHint = False ShowHint = True TabOrder = 3 end object dbfButton2: TButton Left = 41 Top = 271 Width = 75 Height = 25 Action = dbfCancelAction Anchors = [] Enabled = False ParentShowHint = False ShowHint = True TabOrder = 4 end object dbfButton3: TButton Left = 109 Top = 271 Width = 75 Height = 25 Action = dbfEraseAction Anchors = [] ParentShowHint = False ShowHint = True TabOrder = 5 end object dbfButton4: TButton Left = 180 Top = 271 Width = 75 Height = 25 Action = dbfBurnAction Anchors = [] ParentShowHint = False ShowHint = True TabOrder = 6 end object dbfAdditionParamsGroupBox: TGroupBox Left = 7 Top = 57 Width = 429 Height = 56 Align = alTop Caption = ' Additional parameters: ' TabOrder = 7 object dbfNumberOfCopiesLbl: TLabel Left = 176 Top = 16 Width = 129 Height = 17 Alignment = taRightJustify AutoSize = False Caption = 'Number of copies:' Layout = tlCenter end object dbfNumberOfCopiesUpDown: TUpDown Left = 337 Top = 15 Width = 15 Height = 21 Associate = dbfNumerOfCopiesEdit Min = 1 Position = 1 TabOrder = 0 Thousands = False Wrap = False end object dbfNumerOfCopiesEdit: TEdit Left = 312 Top = 15 Width = 25 Height = 21 ReadOnly = True TabOrder = 1 Text = '1' end object dbfSimulationChbox: TCheckBox Left = 18 Top = 16 Width = 135 Height = 17 Hint = 'Perform writing simulation' Caption = 'Simulation' ParentShowHint = False ShowHint = True TabOrder = 2 end object dbfWriteChbox: TCheckBox Left = 18 Top = 32 Width = 135 Height = 17 Hint = 'Perfrom actual writing' Caption = 'Write' Checked = True ParentShowHint = False ShowHint = True State = cbChecked TabOrder = 3 end end end object dbfMessageListView: TListView Left = 0 Top = 0 Width = 443 Height = 115 Align = alClient BorderWidth = 1 Columns = < item Caption = 'Time' Width = 60 end item Caption = 'Info' Width = 65 end> ReadOnly = True RowSelect = True ShowColumnHeaders = False TabOrder = 1 ViewStyle = vsReport OnInsert = dbfMessageListViewInsert OnResize = dbfMessageListViewResize end object dbfTimer: TTimer Enabled = False Interval = 200 OnTimer = dbfTimerTimer Left = 8 Top = 8 end object dbfMCDBurner: TMCDBurner DeviceBufferSize = 0 DeviceFreeBufferSize = 0 UnderrunProtection = True OnDeviceChange = dbfMCDBurnerDeviceChange OnEraseDone = dbfMCDBurnerEraseDone ReadSpeed = 0 WriteSpeed = 0 FinalizeDisc = False TestWrite = False ReplaceFile = True PerformOPC = False CacheSize = 4194304 OnAddFile = dbfMCDBurnerAddFile OnWriteDone = dbfMCDBurnerWriteDone Version = '1.21' WritePostGap = False Left = 40 Top = 8 end object dbfActionList: TActionList Left = 72 Top = 8 object dbfBurnAction: TAction Caption = 'Burn' Hint = 'Start burn process' OnExecute = dbfBurnActionExecute OnUpdate = dbfBurnActionUpdate end object dbfEraseAction: TAction Caption = 'Erase' Hint = 'Erase disc' OnExecute = dbfEraseActionExecute OnUpdate = dbfEraseActionUpdate end object dbfCancelAction: TAction Caption = 'Cancel' Hint = 'Stop current process' OnExecute = dbfCancelActionExecute OnUpdate = dbfCancelActionUpdate end object dbfSaveIsoAction: TAction Caption = 'Save ISO' Enabled = False Hint = 'Save CD image to file' OnExecute = dbfSaveIsoActionExecute OnUpdate = dbfSaveIsoActionUpdate end object dbfTotalUpdateAction: TAction Caption = 'dbfTotalUpdateAction' OnUpdate = dbfTotalUpdateActionUpdate end object dbfFullEraseAction: TAction Caption = 'Full erase' Hint = 'Full erase (can take a long time)' OnExecute = EraseClick OnUpdate = dbfEraseActionUpdate end object dbfQuickEraseAction: TAction Caption = 'Quick erase' Hint = 'Quick erase (TOC only)' OnExecute = EraseClick OnUpdate = dbfEraseActionUpdate end end object dbfErasePopupMenu: TPopupMenu Left = 104 Top = 8 object dbfQuickErase: TMenuItem Action = dbfQuickEraseAction end object dbfFullErase: TMenuItem Action = dbfFullEraseAction end end object SaveIsoSaveDialog: TSaveDialog DefaultExt = 'ISO' Filter = 'ISO files (*.iso)|*.iso|All files (*.*)|*.*' Title = 'Save CD/DVD layout to ISO file' Left = 136 Top = 8 end object smlMsgLangRes: TsmlMsgLangRes LangFileName = 'DefLang.ini' IgnoreEmptyString = True AutoCreateMode = True AddBracket = True MsgList.Strings = ( 'Error=Error' 'Warning=Warning' 'prepWrite=Preparing to write' 'prevOpNotComplite=Previous operation is not completed' 'DriveIsBusy=Drive is busy' 'DriveIsBusyMsg=Drive is busy. Wait until it is free or select an' + 'other drive.' 'DriveNotReady=Drive not ready' 'DriveNotReadyMsg=Drive not ready. It is possibly busy or empty.' 'MediumType=Medium type in drive: ' 'MediumNotWritable=Medium in drive is not writable' 'PreparingData=Preparing Data' 'AddingDone=Adding done' 'NotEnoughSpace=Not enough space on media' 'EraseConfirm=Do you really want to erase this disk?' 'NotEnoughSpaceMsg=There is no sufficient space on current media.' + ' Please change media or remove part of the data.' 'CreatingCDImage=Creating CD Image' 'EraseProgress= Erase progress: ' 'WriteProgress= Write progress: ' 'EraseStarted=Erase process started at' 'BurnStarted=Burn process started at' 'WriteAbortConfirm=Abort writing - are you sure? This may lead to' + ' disc malfunction in the future.' 'HDDNotEnoughSpace=Not enough space on target hard drive' 'prepErase=Preparing to erase' 'Erasing=Erasing...' 'Progress= Progress: ' 'prepLOAS=Preparing list of available speeds' 'NotWritingDrive=Not a writing drive' 'readyLOAS=List of available speeds is ready' 'MediumNotErasable=Medium in drive is not erasable' 'EraseFailed=Erase failed' 'EraseDone=Erase done' 'SelectedDrive=Selected drive:' 'Ejecting=Ejecting' 'SaveISODone=Save ISO done' 'SaveISOFailed=Save ISO failed' 'BurnDone=Burn done' 'BurnFailed=Burn failed' 'ASPI_Ok=ASPI initialized' 'ASPI_Error=ASPI initialization error' 'LookingForDrives=Looking for available drives...' 'DrivesNoFound=No drives found!' 'Completed=Completed' 'TotalDrivesFound=Total drives found: ' 'SearchWriting=Looking for writing drive' 'WritingDrive=Writing drive' 'SearchCompleted=Search completed' 'WritingNotFound=Writing drives not found' 'Reinitialize=Reinitialize' 'Done=Done' 'ISOFiles=ISO image files' 'AllFiles=All files' 'InsertNextDisc=Burning completed successfully. Please insert nex' + 't disc.' 'TestBurnDone=Burn simulation done' 'TestBurnFailed=Burn simulation failed' 'TestBurnStarted=Burn simulation process started at' 'NoTestWriteForDVD=Burn simulation is not available for DVD discs') Active = False Left = 168 Top = 8 end object smlFormLangRes: TsmlFormLangRes LangFileName = 'DefLang.ini' IgnoreEmptyString = True AutoCreateMode = True AddBracket = True StringProperties.Strings = ( 'Caption' 'Title' 'Hint') StringsProperties.Strings = ( 'Tabs' 'Items') IgnoreControls.Strings = ( 'dbfPanel' 'dbfPanel1' 'dbfMessageLabel' 'dbfWriteProgressBar' 'dbfDeviceBufferProgressBar' 'dbfPanel2' 'dbfPanel3' 'dbfPanel4' 'dbfPanel5' 'dbfDriveComboBox' 'dbfSpeedComboBox' 'dbfButton4' 'dbfButton3' 'dbfButton1' 'dbfButton2' 'dbfMessageListView' 'dbfMCDBurner' 'dbfTotalUpdateAction' 'dbfErasePopupMenu' 'dbfQuickErase' 'dbfFullErase' 'dbfPercentageLabel' 'Bevel1' 'dbfTotalTimeLabel' 'dbfRemainingTimeLabel') IgnoreFormCaption = True IncludeListViewItems = False IncludeListViewHead = False IncludeTreeViewItems = False Active = False Left = 200 Top = 8 end end